Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Using ssl and proxy servers with msxml objects

I know this is way too late to solve your problem, but here it is for others searching the forum:

Set objHttp = CreateObject("Msxml2.serverXMLHTTP.3.0")
'this basically ignores certificate errors but
'at least your transaction will be encrypted
objHttp.setOption "2","13056"
'if you have a proxy server that you need to set
objHttp.setProxy "2","proxy.server.name",""
'you may have to use Msxml version 4.0 ("Msxml.serverXMLHTTP.4.0")
objHttp.open "POST", url, False,"uname","pw"
objHttp.setRequestHeader "MIME-VERSION", "1.0"
objHttp.setRequestHeader "Content-type", "text/html"
objHttp.setRequestHeader "CONTENT-TRANSFER-ENCODING", "text"

objHttp.send(req)

NOTE


Feedback response number WEBB8DEMDQ created by ~Tip Kirepulakoi on 01/24/2011

serverXMLHTTP SSL Certificate Issue... (~Jennifer Elask... 30.May.10)
. . Using ssl and proxy servers with ms... (~Tip Kirepulako... 24.Jan.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS